home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / modlechl.dir / 00001_Script_1 next >
Text File  |  1994-11-28  |  257b  |  11 lines

  1. on enterframe
  2.   global lcl,rcl,ucl,dcl,pnt
  3.   
  4.   
  5.   set the cursor of sprite 1 to ucl
  6.   set the cursor of sprite 5 to pnt
  7.   set the cursor of sprite 12 to pnt
  8.   set the cursor of sprite 7 to lcl
  9.   set the cursor of sprite 8 to rcl
  10.   updateStage
  11. end